home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 June: Reference Library / Dev.CD Jun 99 RL Disk 1.toast / Technical Documentation / Develop / develop Issue 28 / develop Issue 28 code / Sketch / Source / AppleEvent / OSLClassApplication.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-25  |  720 b   |  24 lines  |  [TEXT/CWIE]

  1. /****************************************************************************
  2.  * 
  3.  * OSLClassApplication.h
  4.  * 
  5.  * OSL support for the cApplication Apple Event Registry object
  6.  *
  7.  ****************************************************************************/
  8.  
  9. #include <AppleEvents.h>
  10. #include <AEObjects.h>
  11. #include <AEPackObject.h>
  12.  
  13. #ifndef    __OSLCLASSAPPLICATION__
  14. #define    __OSLCLASSAPPLICATION__
  15.  
  16. // ----------------------------------------------------------------------------
  17.  
  18. OSErr InstallApplicationAccessors    (void);
  19.  
  20. OSErr ApplicationEventDispatcher        (AEDesc *token, const AppleEvent *message, AppleEvent *reply, long refcon);
  21.  
  22. // ----------------------------------------------------------------------------
  23.  
  24. #endif